| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetControlSetting function to set the state of a control setting for an object node.
OSErr QTVRSetControlSetting (
QTVRInstance qtvr,
QTVRControlSetting setting,
Boolean enable);
The QTVRSetControlSetting function sets the state of the control setting specified by the setting parameter for the object node specified by the qtvr parameter to the state specified by the enable parameter.
Use QTVRGetControlSetting (link) to get the current state of a control setting for an object node.
| Previous | Chapter contents | Chapter top | Section top | Next |